-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pmenzel
reviewed
Dec 12, 2017
txt2man.be0
Outdated
|
||
mee_build() { | ||
bee_build prefix=${PREFIX} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this does nothing, and is not needed.
[BEE] => entering mee_build() ..
[BEE] make -j PREFIX=/usr EPREFIX=/usr BINDIR=/usr/bin SBINDIR=/usr/sbin LIBEXECDIR=/usr/libexec SYSCONFDIR=/etc SHAREDSTATEDIR=/var LOCALSTATEDIR=/var LIBDIR=/usr/lib INCLUDEDIR=/usr/include DATAROOTDIR=/usr/share DATADIR=/usr/share INFODIR=/usr/share/info LOCALEDIR=/usr/share/locale MANDIR=/usr/share/man DOCDIR=/usr/share/doc/txt2man prefix=/usr
make: Nothing to be done for 'all'.
[BEE] <= leaving mee_build() ..
[BEE] => entering mee_install() ..
[BEE] make -j install PREFIX=/usr EPREFIX=/usr BINDIR=/usr/bin SBINDIR=/usr/sbin LIBEXECDIR=/usr/libexec SYSCONFDIR=/etc SHAREDSTATEDIR=/var LOCALSTATEDIR=/var LIBDIR=/usr/lib INCLUDEDIR=/usr/include DATAROOTDIR=/usr/share DATADIR=/usr/share INFODIR=/usr/share/info LOCALEDIR=/usr/share/locale MANDIR=/usr/share/man DOCDIR=/usr/share/doc/txt2man DESTDIR=/dev/shm/bee-pmenzel/txt2man/txt2man-1.6.0-0/image prefix=/dev/shm/bee-pmenzel/txt2man/txt2man-1.6.0-0/image//usr
mkdir -p /dev/shm/bee-pmenzel/txt2man/txt2man-1.6.0-0/image//usr/bin /dev/shm/bee-pmenzel/txt2man/txt2man-1.6.0-0/image//usr/share/man/man1
cp src2man bookman txt2man /dev/shm/bee-pmenzel/txt2man/txt2man-1.6.0-0/image//usr/bin/
cp src2man.1 txt2man.1 bookman.1 /dev/shm/bee-pmenzel/txt2man/txt2man-1.6.0-0/image//usr/share/man/man1
Squash the change, and re-upload the 0 revision? |
If you write me the commands that I need to type in the console, I'll do. |
|
Small utility to create man pages. See: https://github.com/mvertes/txt2man
Done so far, what's next? git push -force ?
|
On 12/12/17 12:01, Thomas Kreitler wrote:
Done so far, what's next? git push -force ?
```
#git status
On branch add-txt2man-1.6.0
Your branch and 'origin/add-txt2man-1.6.0' have diverged,
and have 1 and 3 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
```
Yes, `git push -f` or `git push --force`.
|
29333d3
to
09d218f
Compare
Doneth, thanks a lot. |
Sign in
to join this conversation on GitHub.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Small utility to create man pages.
See: https://github.com/mvertes/txt2man